-
Notifications
You must be signed in to change notification settings - Fork 18.4k
testing: allow specify temp dir by GOTMPDIR environment variable #74844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR (HEAD: f0e5ad8) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692455. Important tips:
|
Message from Alan Donovan: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
This PR (HEAD: 87143d6) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692455. Important tips:
|
Message from 安龙: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Alan Donovan: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
This PR (HEAD: ed61287) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692455. Important tips:
|
Message from t hepudds: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-08-02T12:21:00Z","revision":"f4cfd23d114d4ba90b5a7bfa196f9d183596f7c6"} Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
This PR (HEAD: 2d2c3fd) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692455. Important tips:
|
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from 安龙: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from t hepudds: Patch Set 4: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-08-02T13:02:00Z","revision":"731e213a15a31afe155ca9ee67cbc88a54d6acfb"} Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from t hepudds: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from 安龙: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Damien Neil: Patch Set 4: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
This PR (HEAD: aeacea0) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/692455. Important tips:
|
Message from 安龙: Patch Set 4: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Damien Neil: Patch Set 5: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-08-27T23:28:12Z","revision":"0de05aaeca0dc7174b55d0c55915e5878f36f1a3"} Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Damien Neil: Patch Set 5: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 5: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Go LUCI: Patch Set 5: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Damien Neil: Patch Set 5: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Damien Neil: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Message from Sean Liao: Patch Set 5: Auto-Submit+1 Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/692455. |
Allow change the default temp directory returned by t.TempDir() by environment variable GOTMPDIR. Fixes #61585 Change-Id: Iba969bb02744e106cf15d80e0eda0245a55fc290 GitHub-Last-Rev: aeacea0 GitHub-Pull-Request: #74844 Reviewed-on: https://go-review.googlesource.com/c/go/+/692455 Reviewed-by: Damien Neil <[email protected]> Auto-Submit: Sean Liao <[email protected]> Reviewed-by: Sean Liao <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
This PR is being closed because golang.org/cl/692455 has been merged. |
Allow change the default temp directory returned by t.TempDir()
by environment variable GOTMPDIR.
Fixes #61585